home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
function.arc
/
FUNC19.INC
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1985-06-15
|
256 b
|
12 lines
{ Get the default drive code }
FUNCTION Func19 : INTEGER;
BEGIN
WITH Registers DO
BEGIN
AX:=((AX AND $00FF) OR ($19 SHL 8));
MSDOS (Registers);
Func19:=(AX AND $00FF);
END;
END;